﻿2026-06-23T10:05:43.3094836Z ##[group]Run actions/checkout@v5
2026-06-23T10:05:43.3095623Z with:
2026-06-23T10:05:43.3096010Z   repository: SaberMage/spt-core
2026-06-23T10:05:43.3099411Z   token: ***
2026-06-23T10:05:43.3099768Z   ssh-strict: true
2026-06-23T10:05:43.3100141Z   ssh-user: git
2026-06-23T10:05:43.3100509Z   persist-credentials: true
2026-06-23T10:05:43.3100908Z   clean: true
2026-06-23T10:05:43.3101290Z   sparse-checkout-cone-mode: true
2026-06-23T10:05:43.3101716Z   fetch-depth: 1
2026-06-23T10:05:43.3102066Z   fetch-tags: false
2026-06-23T10:05:43.3102429Z   show-progress: true
2026-06-23T10:05:43.3102791Z   lfs: false
2026-06-23T10:05:43.3103134Z   submodules: false
2026-06-23T10:05:43.3103506Z   set-safe-directory: true
2026-06-23T10:05:43.3104125Z ##[endgroup]
2026-06-23T10:05:43.3925252Z Syncing repository: SaberMage/spt-core
2026-06-23T10:05:43.3926806Z ##[group]Getting Git version info
2026-06-23T10:05:43.3927464Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T10:05:43.3928434Z [command]/usr/bin/git version
2026-06-23T10:05:43.3928867Z git version 2.43.0
2026-06-23T10:05:43.3938816Z ##[endgroup]
2026-06-23T10:05:43.3949663Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8507c5c0-100b-492c-9736-d850a406067a' before making global git config changes
2026-06-23T10:05:43.3950794Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T10:05:43.3953089Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T10:05:43.3984812Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T10:05:43.4004192Z https://github.com/SaberMage/spt-core
2026-06-23T10:05:43.4014207Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T10:05:43.4016788Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T10:05:43.4095806Z HEAD
2026-06-23T10:05:43.4129296Z ##[endgroup]
2026-06-23T10:05:43.4130707Z [command]/usr/bin/git submodule status
2026-06-23T10:05:43.4317446Z ##[group]Cleaning the repository
2026-06-23T10:05:43.4353454Z [command]/usr/bin/git clean -ffdx
2026-06-23T10:05:46.0910685Z Removing .adapter-notify/
2026-06-23T10:05:46.0911368Z Removing target/
2026-06-23T10:05:46.0921012Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T10:05:46.1208864Z HEAD is now at 06a416243 Merge 17e13d94863b6c3d8710d75ad0970205159968a7 into 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T10:05:46.1214911Z ##[endgroup]
2026-06-23T10:05:46.1216725Z ##[group]Disabling automatic garbage collection
2026-06-23T10:05:46.1220532Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T10:05:46.1247655Z ##[endgroup]
2026-06-23T10:05:46.1248138Z ##[group]Setting up auth
2026-06-23T10:05:46.1254121Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T10:05:46.1282757Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T10:05:46.1476885Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T10:05:46.1502935Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T10:05:46.1688084Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T10:05:46.1713395Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T10:05:46.1905367Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T10:05:46.1934462Z ##[endgroup]
2026-06-23T10:05:46.1935009Z ##[group]Fetching the repository
2026-06-23T10:05:46.1940921Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +06a41624360e10f837066198aa7262da0885f65a:refs/remotes/pull/33/merge
2026-06-23T10:05:46.6903763Z ##[endgroup]
2026-06-23T10:05:46.6904855Z ##[group]Determining the checkout info
2026-06-23T10:05:46.6905522Z ##[endgroup]
2026-06-23T10:05:46.6908817Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T10:05:46.6948558Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T10:05:46.6973706Z ##[group]Checking out the ref
2026-06-23T10:05:46.6982263Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/33/merge
2026-06-23T10:05:46.7027962Z HEAD is now at 06a416243 Merge 17e13d94863b6c3d8710d75ad0970205159968a7 into 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T10:05:46.7031876Z ##[endgroup]
2026-06-23T10:05:46.7068379Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T10:05:46.7093302Z 06a41624360e10f837066198aa7262da0885f65a
